* lisp/vc/ediff-ptch.el (ediff-patch-file-internal): Quote file
names that can include special characters. (Bug#70329)
nil ; don't redisplay
shell-command-switch ; usually -c
(format "%s %s %s %s"
- ediff-patch-program
+ (shell-quote-argument ediff-patch-program)
ediff-patch-options
ediff-backup-specs
- (ediff--buffer-file-name buf-to-patch))
+ (shell-quote-argument
+ (ediff--buffer-file-name buf-to-patch)))
))
;; restore environment for gnu patch